home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Utilities / RemoteCommand / Source / PB.project < prev    next >
Encoding:
Text File  |  1994-04-13  |  779 b   |  26 lines

  1. INSTALLDIR = "$(HOME)/Apps";
  2. FILESTABLE = {
  3.     OTHER_LIBS = (Media_s, NeXT_s);
  4.     CLASSES = (AskOperator.m, ExecMonitor.m, RemoteCommand.m);
  5.     OTHER_RESOURCES = (README.rtf);
  6.     OTHER_SOURCES = (Makefile.preamble, Makefile, Makefile.postamble);
  7.     H_FILES = (AskOperator.h, ExecMonitor.h, RemoteCommand.h);
  8.     INTERFACES = (AskOperator.nib, ExecMonitor.nib, RemoteCommand.nib);
  9.     IMAGES = (Kill.tiff, Stop.tiff);
  10.     OTHER_LINKED = ();
  11.     SUBPROJECTS = (execServer.subproj);
  12.     M_FILES = (RemoteCommand_main.m);
  13. };
  14. GENERATEMAIN = NO;
  15. DOCICONFILES = ();
  16. APPCLASS = Application;
  17. MAINNIB = RemoteCommand;
  18. DOCEXTENSIONS = ();
  19. PROJECTTYPE = Application;
  20. PROJECTVERSION = 1.1;
  21. LOCALIZABLE_FILES = {
  22. };
  23. PROJECTNAME = RemoteCommand;
  24. SYSTEMEXTENSIONS = ();
  25. LANGUAGE = English;
  26.